home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Controls
/
Visual Basic Controls.iso
/
vbcontrol
/
srtsltn
/
data1.cab
/
Target
/
Samples
/
Tutorial
/
SkipHeader.ssp
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-08-05
|
303 b
|
11 lines
; This profile sorts sales.txt after Product.
; The first 100 records are treated as the file header.
; The header is skipped during the sort and also NOT written
; to the output file
INPUTFILE(sales.txt)
OUTPUTFILE(sorted.txt)
FILETYPE(FIXED,94)
HEADER(100,RECORD,FALSE)
KEY(IntS,ASC,0,8,2)